.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@font-face {
    font-family: 'ziti2';
    src: url("../img/DINPro-Medium.otf");
}
/*头部*/
.bg-color {
  background: #fff;
}
.left{
  float: left;
}
.right{
  float: right;
}
.top{
  width: 100%;
  position: relative;
  background: #1e44be;
  height: 35px;
  line-height: 35px;
}
.top p{
  color: #fff;
  font-size: 14px;
}



.head {
  width: 100%;
  height: 120px;
    background-color: #fff;
}
.logo{
    float: left;
}
.logo-left{
    float: left;
}
.logo-left h3{
    font-size: 30px;
    color: #5c5c5c;
    font-weight: bold;
    padding-top: 17px;
    letter-spacing: 3px;
}
.logo-left .fir{
    color: #5c5c5c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: lighter;
}
.logo-text{
    float: left;
    font-size:20px;
    color:#1256b3;
    font-weight: 700;
    padding-top: 36px;
    margin-left: 15px;
}
.head .logo-img{
    float: left;
}
.head .logo-img a>img{
    float: left;
    margin-top: 34px;
}
.head .logo-img .text{
    float: left;
    padding-left: 20px;
    margin-top: 31px;
    border-left:1px solid #eeeeee;
    margin-left: 17px;
    height: 58px;
}
.head .logo-img .text .t-tiem span{
    display: block;
    line-height: 30px;
    font-size:16px;
    color:#fff;
    width: 100px;
    text-align:center;
    border-radius:10px 0 10px 0;
    background: #084b86;
    float: left;
    margin-right: 19px;
    margin-top: 15px;
}
.head .logo-img .text .t-tiem span:last-child{
    margin-right: 0;
}


.nav{
    background: #1b1b1b;
    height: 60px;
    width: 100%;
    line-height: 60px;
    position: relative;
}
.nav ul{
    width: 100%;
}
.nav ul li{
    position: relative;
    float: left;
    width: 150px;
    text-align:center;
    z-index: 1;
}
.nav ul li a{
  display: block;
  color: #fff;
  font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.nav ul li a:hover i{
    width: 100%;
}
.nav ul li a span{
    position: relative;
    z-index: 2;
}
.nav ul li a i{
    display: block;
    content:"";
    position: absolute;
    width:0;
    height: 4px;
    background: #0b5aa7;
    left:50%;
    bottom:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li a.active i{
    width: 100%;

}
.nav .block{
    position: absolute;
    display: block;
    background: #0176ee;
    height: 60px;
    top: 0;
    overflow: visible !important;
}
.nav .block:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0px 35px 60px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #0176ee;
    position: absolute;
    right: -70px;
}
.head-tel{
    float: right;
    text-align: right;
    padding-right: 60px;
    background:url("../images/tel.png") no-repeat right center;
    margin-top: 33px;
}
.head-tel .fir{
    font-size:14px;
    color:#333;
}
.head-tel .sec{
    font-size:22px;
    color:#1b1b1b;
    font-weight: 700;
}

.h-link{
  float: right;
  width: 80px;
  padding-top: 30px;
  height: 70px;

}
.sousuo{
  float: left;
  height: 100%;
}
.sousuo .search{
  display:none;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  text-indent: 10px;
  position: absolute;
  z-index: 100;
}
.sousuo:hover .search{
  display: block;
}
.sousuo #search_text{
  width: 80%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
}
.sousuo .search-btn{
  float: right;
  height: 40px;
  line-height: 40px;
  width: 20%;
}
.h-weixin{
  float: right;
  background: url("../images/h-weixin.png") no-repeat center center;
  width: 35px;
  height: 35px;
}
.h-weixin img{
  display: none;
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  margin-top: 50px;
}
.h-weixin:hover img{
  display: block;
}
/*banner*/
.banner {
  position: relative;
  margin: 0 auto;
    height: 788px;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination{
    bottom: 20px!important;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
    border-radius: 10px;
}
.banner .swiper-pagination-bullet-active{
    width: 26px;
    background: rgba(255,255,255,1);
}
.banner .banner-button{
    position: absolute;
    width: 100%;
    height: 60px;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.banner .banner-button-inner{
    width: 1435px;
    height: 60px;
    margin:0 auto;
    position: relative;
}
.banner .swiper-button-next-banner{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0,0,0,0.2) url("../img/banner-right.png") no-repeat center;
    right:-2%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.banner .swiper-button-next-banner:after{
    display: none;
}
.banner .swiper-button-prev-banner{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0,0,0,0.2) url("../img/banner-left.png") no-repeat center;
    left:-2%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.banner .swiper-button-prev-banner:after{
    display: none;
}
.banner:hover .swiper-button-next-banner{
    right:0;
    opacity: 1;
    visibility: visible;

}
.banner .swiper-button-next-banner:hover{
    background: rgba(0,0,0,0.5) url("../img/banner-right.png") no-repeat center;
}
.banner:hover .swiper-button-prev-banner{
    left:0;
    opacity: 1;
    visibility: visible;

}
.banner .swiper-button-prev-banner:hover{
    background: rgba(0,0,0,0.5) url("../img/banner-left.png") no-repeat center;
}
#main {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/*首页*/
.sea-content{
    width: 100%;
    height: 107px;
    background: url("../images/key.jpg") no-repeat center center;
    position: relative;
}
.sea-content form{
    width: 400px;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    float: left;
    margin-top: 25px;
}
.sea-content form input{
    border: none;
    background: none;
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #ffdacd;
    float: left;
    font-size:16px;
    text-indent: 20px;
}
.sea-content form input::-webkit-input-placeholder{
    color:#ffdacd;
    font-size:16px;
    text-indent: 20px;
}
.search-btn{
    background:url("../images/sea.png") no-repeat center center;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.keywords{
    width: 550px;
    float: right;
    margin-top:40px;
}
.keywords strong{
    color: #414141;
    font-size: 18px;
    display: block;
    background: url("../images/hot.png") no-repeat center left;
    text-indent: 30px;
    float: left;
}
.keywords ul li{
    padding: 0 15px;
    float: left;
}
.keywords ul li a{
    color: #4c4c4c;
    font-size: 18px;
}
.all-index-title{
    text-align:center;
    margin-bottom: 30px;
}
.all-index-title .fir{
    line-height: 35px;
    font-size: 36px;
    color: #363636;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.all-index-title .fir span{
    font-weight: 700;
}
.all-index-title .sec{
    position: relative;
    font-size: 18px;
    color: #8f8f8f;
}
.all-index-title img{
    margin:17px auto 12px auto;
}


.banner-menu{
    position: fixed;
    width: 100%;
    height: 85px;
    left:0;
    top: 20px;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    z-index: 1000;
}
.banner-menu.fixed{
    top: 0;
}
.banner-menu .banner-menu-inner{
    width: 1435px;
    height: 100%;
    margin:0 auto;
}
.banner-menu.fixed .banner-menu-inner{
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
}
.banner-menu .banner-menu-inner .banner-menu-logo{
    float: left;
    width: 17%;
    height: 100%;
    border-right:1px solid #e0e0e0;
    position: relative;
    background: #fff;
}
.banner-menu .banner-menu-inner .banner-menu-logo a{
    width: 100%;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner-menu .banner-menu-inner .banner-menu-logo img{
    max-width: 100%;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.banner-menu .banner-menu-inner .banner-menu-logo h1{
    text-align:center;
    line-height: 85px;
    color:#333;
    font-size:20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner-menu .banner-menu-inner .banner-menu-tel{
    float: left;
    width: 17%;
    height: 100%;
    text-align:center;
    color:#fff;
    background: #00a8ff;
}
.banner-menu .banner-menu-inner .banner-menu-tel .fir{
    font-size:14px;
    font-weight: lighter;
    padding-top: 16px;
}
.banner-menu .banner-menu-inner .banner-menu-tel .sec{
    font-family: ziti2;
    font-size: 22px;
    line-height: 21px;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box{
    width: 66%;
    float: left;
    background: #fff;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul{
    width: 85%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li a{
    display: block;
    line-height: 85px;
    font-size:16px;
    color:#454545;
    position: relative;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li:hover a{
    color:#0656a9;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li a i{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:3px;
    background: #ff8322;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li:hover a i{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li.xz a i{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.banner-menu .banner-menu-inner .banner-menu-nav-box ul li.xz a{
    color:#0656a9;
}

/*公司简介*/
.in-company{
    width: 100%;
    position: relative;
    padding: 85px 0;
}
.in-company-left{
    float: left;
    width: 738px;
}
.in-company-left .img{
    width: 100%;
    height: 424px;
    margin-bottom: 65px;
}
.in-company-left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-company-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.in-company-item .in-company-list{
    width: 25%;
}
.in-company-item .in-company-list .imgbox{
    position: relative;
    width: 100%;
    height: 72px;
}
.in-company-item .in-company-list .imgbox img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    max-width: 100%;
    max-height: 100%;
}
.in-company-item .in-company-list:hover .imgbox img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.in-company-item .in-company-list .fir{
    text-align:center;
    font-size:24px;
    font-weight: 700;
    color:#3c3c3c;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 23px 0 5px 0;
}
.in-company-item .in-company-list:hover .fir{
    color:#0656a9;
}
.in-company-item .in-company-list .sec{
    text-align:center;
    font-size:14px;
    color:#8e8e8e;
    line-height: 20px;
}
.in-company-right{
    float: right;
    width: 384px;
    position: relative;
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    50.1% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    100% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    50.1% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    100% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
}
.in-company-right:before{
    width: 176px;
    height: 2px;
    background: #0656a9;
    content:"";
    position: absolute;
    top: 113px;
    left: -211px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 5s cubic-bezier(1, 0, 0, 1) infinite;
}
.in-company-right .fir{
    font-size:36px;
    color:#363636;
    font-weight: 700;
    margin-bottom: 12px;
}
.in-company-right .sec{
    font-size:14px;
    color:#8e8e8e;
    line-height: 25px;
    text-align:justify;
}
.in-company-right .imgbox{
    width: 100%;
    height: 328px;
    overflow: hidden;
    position: relative;
}
.in-company-right .imgbox .pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.in-company-right .imgbox:hover .pic-img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/*产品*/
.in-product{
    width: 100%;
    position: relative;
    padding: 55px 0;
    background: url("../img/productbg.jpg") no-repeat center / cover;
}
.in-product-top .in-product-type-box{
    float: left;
    width: 792px;
    height: 304px;
    background:url("../img/in-product-type-bg.jpg") ;
    padding:60px 30px;
}
.in-product-top .in-product-type-box a{
    display: block;
    float: left;
    line-height: 50px;
    width: 233px;
    border:1px solid #4482c2;
    background: #1f64ab;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin-right: 16px;
    padding:0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-product-top .in-product-type-box a:nth-child(3n){
    margin-right: 0;
}
.in-product-top .in-product-type-box a:nth-child(-n+6){
    margin-bottom: 16px;
}
.in-product-top .in-product-type-box a:hover{
    background: #fff;
    color:#494949;
}
.in-product-top .in-product-type-box a.all-a-more{
    text-align:left;
    padding-left: 45px;
    background:#1f64ab url(../img/all-a-more-bg1.png) no-repeat right 45px center;
}
.in-product-top .in-product-type-box a.all-a-more:hover{
    background: #ff8400 url(../img/all-a-more-bg1.png) no-repeat right 45px center;
    color:#fff;
}
.in-product-top .in-product-one{
    float: right;
    width: 385px;
    height: 304px;
    overflow: hidden;
    position: relative;
    background: url("../img/pro-one-bg.jpg") no-repeat center  / cover;
}
.in-product-top .in-product-one .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.in-product-top .in-product-one .imgbox .pro-one-title{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    text-align:center;
    padding:0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.3);
    font-size:16px;
    line-height: 55px;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in-product-top .in-product-one:hover .imgbox .pro-one-title{
    opacity: 0;
    visibility: hidden;
}
.in-product-top .in-product-one .pic-img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.in-product-top .in-product-one:hover .pic-img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in-product-top .in-product-one .hotbiao{
    width: 45px;
    height: 58px;
    background: url("../img/pro-one-hot.png") no-repeat center;
    position: absolute;
    top:10px;
    left:10px;
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height: 19px;
    padding-top: 5px;
    z-index: 5;
}
.in-product-top .in-product-one .meng{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 86, 169, 0.8);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding:20px;
    opacity: 0;
    visibility: hidden;
}
.in-product-top .in-product-one:hover .meng{
    opacity: 1;
    visibility: visible;
}
.in-product-top .in-product-one .meng .meng-inner{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.in-product-top .in-product-one .meng .meng-inner .fir{
    font-size:22px;
    padding:0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-product-top .in-product-one .meng .meng-inner .sec{
    font-size:14px;
    margin-top: 5px;
}
.in-product-top .in-product-one .meng-innerbox{
    position: relative;
    width: 100%;
    height: 100%;
}
.in-product-top .in-product-one .meng i{
    display: block;
    position: absolute;
    background: #fff;
    border: 0.5px solid rgb(79, 155, 232);
    -webkit-transition: 0.8s 100ms all linear;
    -moz-transition: 0.8s 100ms all linear;
    -ms-transition: 0.8s 100ms all linear;
    -o-transition: 0.8s 100ms all linear;
    transition: 0.8s 100ms all linear;
}
.in-product-top .in-product-one .meng i.i1{
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.in-product-top .in-product-one .meng i.i2{
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.in-product-top .in-product-one .meng i.i3{
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}
.in-product-top .in-product-one .meng i.i4{
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}
.in-product-top .in-product-one:hover .meng i.i1{
    width: 100%;
}
.in-product-top .in-product-one:hover .meng i.i2{
    height: 100%;
}
.in-product-top .in-product-one:hover .meng i.i3{
    width: 100%;
}
.in-product-top .in-product-one:hover .meng i.i4{
    height: 100%;
}
.in-product .prolunbox{
    margin-top: 23px;
    position: relative;
}
.in-product .prolunbox .imgbox{
    width: 100%;
    height: 304px;
    overflow: hidden;
    position: relative;
}
.in-product .prolunbox .imgbox .pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.in-product .prolunbox .imgbox:hover .pic-img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in-product .prolunbox .imgbox .pro-one-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in-product .prolunbox .imgbox:hover .pro-one-title{
    opacity: 0;
    visibility: hidden;
}
.in-product .prolunbox .imgbox .meng{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 86, 169, 0.8);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}
.in-product .prolunbox .imgbox:hover .meng{
    opacity: 1;
    visibility: visible;
}
.in-product .prolunbox .imgbox .meng .meng-innerbox{
    position: relative;
    width: 100%;
    height: 100%;
}
.in-product .prolunbox .imgbox .meng .meng-innerbox a{
    display: block;
    width: 100%;
    height: 100%;
}
.in-product .prolunbox .imgbox .meng .meng-inner{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.in-product .prolunbox .imgbox .meng .meng-inner .fir{
    font-size: 22px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-product .prolunbox .imgbox .meng .meng-inner .sec{
    font-size: 14px;
    margin-top: 5px;
}
.in-product .prolunbox .imgbox .meng i{
    display: block;
    position: absolute;
    background: #fff;
    border: 0.5px solid rgb(79, 155, 232);
    -webkit-transition: 0.8s 100ms all linear;
    -moz-transition: 0.8s 100ms all linear;
    -ms-transition: 0.8s 100ms all linear;
    -o-transition: 0.8s 100ms all linear;
    transition: 0.8s 100ms all linear;
}
.in-product .prolunbox .imgbox .meng i.i1{
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.in-product .prolunbox .imgbox .meng i.i2{
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.in-product .prolunbox .imgbox .meng i.i3{
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}
.in-product .prolunbox .imgbox .meng i.i4{
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}
.in-product .prolunbox .imgbox:hover .meng i.i1{
    width: 100%;
}
.in-product .prolunbox .imgbox:hover .meng i.i2{
    height: 100%;
}
.in-product .prolunbox .imgbox:hover .meng i.i3{
    width: 100%;
}
.in-product .prolunbox .imgbox:hover .meng i.i4{
    height: 100%;
}
.in-product .prolunbox .swiper-button-next-pro{
    width: 60px;
    height: 60px;
    background: #fff url("../img/in-product-right.png") no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px;
    right: -105px;
}
.in-product .prolunbox .swiper-button-prev-pro{
    width: 60px;
    height: 60px;
    background: #fff url("../img/in-product-left.png") no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px;
    left: -105px;
}
.in-product .prolunbox .swiper-button-next-pro:after{
    display: none;
}
.in-product .prolunbox .swiper-button-prev-pro:after{
    display: none;
}
.in-product .prolunbox .swiper-button-next-pro:hover{
    background: #0656a9 url("../img/all-a-more-bg1.png") no-repeat center;
}
.in-product .prolunbox .swiper-button-prev-pro:hover{
    background: #0656a9 url("../img/banner-left.png") no-repeat center;
}

/*四大优势*/
.in-youshi{
    padding:80px 0 90px 0;
}
.in-youshi-box{
    background: url("../img/youshibg.jpg") no-repeat center;
    position: relative;
    height: 426px;
    margin-top: 74px;
}
.in-youshi-box .in-youshi-list{
    position: absolute;
    width: 325px;
}
.in-youshi-box .in-youshi-list .fir{
    font-size:22px;
    color:#363636;
    font-weight: 700;
    margin-bottom: 22px;
}
.in-youshi-box .in-youshi-list .sec{
    font-size:16px;
    color:#8f8f8f;
    line-height: 26px;
}
.in-youshi-box .in-youshi-list:nth-child(1){
    top: 18px;
    left:0;
}
.in-youshi-box .in-youshi-list:nth-child(2){
    top: 18px;
    right:0;
}
.in-youshi-box .in-youshi-list:nth-child(3){
    top: 292px;
    left:0;
}
.in-youshi-box .in-youshi-list:nth-child(4){
    top: 292px;
    right:0;
}
.in-youshi-box .zi{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size:36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #146ece, #013d79);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
}
.in-youshi-box .zisec{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size:36px;
    font-weight: 700;
    color: #146ece;
    z-index: 1;
    text-shadow: 0px 0px 7px #969696;
}
.in-youshi-box .in-youshi-yuan{
    position:absolute;
    width: 380px;
    height: 380px;
    border-radius: 200px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.in-youshi-box .in-youshi-yuan img{
    position: absolute;
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.in-youshi-box .in-youshi-yuan img.xz{
    opacity: 1;
    visibility: visible;
}
.in-youshi-box .in-youshi-yuan .img1{
    left: -56px;
    top: -59px;
}
.in-youshi-box .in-youshi-yuan .img2{
    right: -60px;
    top: -59px;
}
.in-youshi-box .in-youshi-yuan .img3{
    left: -57px;
    top: 191px;
}
.in-youshi-box .in-youshi-yuan .img4{
    right: -60px;
    top: 191px;
}


/*首页新闻*/
.in-news{
    padding:50px 0;
    background: #f1f3f8;
}
.in-news-left{
    float: left;
    width: 280px;
    height: 410px;
    background: #fff;
    padding:34px;
}
.in-news .in-news-title{
    line-height: 25px;
    font-size:14px;
    background: #0656a9;
    color:#fff;
    width: 90px;
    text-align:center;
    border-radius: 15px 0 15px 0;
    margin-bottom: 20px;
}
.in-news .in-news-box .fir{
    font-size:18px;
    color:#3a3a3a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.in-news .in-news-box .in-news-left:hover .fir{
    font-weight: 700;
    color:#0656a9;
}
.in-news .in-news-box .time{
    font-size:14px;
    color:#b1b1b1;
}
.in-news .in-news-box .line{
    width: 28px;
    height: 1px;
    background: #0656a9;
    margin:20px 0;
}
.in-news .in-news-box .des{
    font-size:14px;
    color:#767676;
    line-height: 25px;
}
.in-news .in-news-center{
    float: left;
    width: 336px;
}
.in-news .in-news-center .in-news-center-list{
    background: #fff;
    height: 193px;
    margin-left: 24px;
    padding:30px;
}
.in-news .in-news-center .in-news-center-list:nth-child(1){
    margin-bottom: 23px;
}
.in-news .in-news-center .in-news-center-list:hover .fir{
    font-weight: 700;
    color:#0656a9;
}
.in-news .in-news-right{
    float: right;
    width: 559px;
    height: 407px;
    position: relative;
    overflow: hidden;
}
.in-news .in-news-right .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.in-news .in-news-right .pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.in-news .in-news-right:hover .pic-img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.in-news .in-news-right .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background:linear-gradient(rgba(0,0,0,0) 59%,rgba(0,0,0,0.9));
}
.in-news .in-news-right .meng-inner{
    position: absolute;
    width: 100%;
    bottom:30px;
    left:0;
    padding:0 40px;
    color:#fff;
}
.in-news .in-news-right .meng-inner .time{
    color:#fff;
    font-size:14px;
}

.in-news .in-news-right .meng-inner .fir{
    color:#fff;
    font-size:20px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 3px;
}
.in-news .in-news-right .meng-inner .des{
    color:#fff;
    font-size:14px;
    line-height: 24px;
}
.in-news .all-a-more{
    margin:40px auto 0 auto;
}



.all-a-more{
    overflow: hidden;
    display: block;
    position: relative;
    line-height: 45px;
    border:2px solid #ff8400;
    border-radius: 16px 0 16px 0;
    font-size:16px;
    color:#ff8400;
    padding-left:30px;
    width: 165px;
    background: url("../img/all-a-more-bg.png") no-repeat right 30px center;
}
.all-a-more:hover{
    border-radius: 0;
    color:#fff;
    background:#ff8400 url("../img/all-a-more-bg1.png") no-repeat right 30px center;
}
.all-a-more:before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.6), transparent );
    transition: all 650ms;
}
.all-a-more:hover:before{
    left:100%;
}
.in-company .all-a-more{
    margin: 47px 0 73px 0;
}
.in-company-right .imgbox .meng{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    width: 100%;
}
.in-company-right .imgbox .meng img{
    max-width: 100%;
    margin:0 auto;
}
.in-company-right .imgbox .meng p{
    font-size:22px;
    color:#fff;
    font-weight: 700;
    margin-top: 10px;
}
@keyframes tran_s2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.in-company-right .imgbox:hover .meng img{
    -webkit-animation: tran_s2 10s linear infinite alternate;
    -o-animation: tran_s2 10s linear infinite alternate;
    animation: tran_s2 10s linear infinite alternate;
}
.all-line{
    max-width: 100%;
    margin:0 auto;
}


/*网站底部*/
.footer{
    width: 100%;
    position:relative;
    background: #2a2d33;
    padding:46px 0 56px 0;
    border-top:10px solid #0656a9;
}
.footer .warpper{
    position: relative;
}
.f-contact{
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #43464d;
}
.f-left{
    float: left;
}
.f-left h3{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.f-left p{
    color: #747880;
    font-size: 18px;
    padding-top: 6px;
}
.f-right{
    float: right;
    width: 360px;
    margin-top: 15px;
}
.f-right img{
    display: block;
    float: left;
    margin-right: 26px;
}
.f-right img:nth-child(2){
    margin-right: 10px;
}
.f-right p{
    color: #747880;
    font-size: 14px;
}
.f-right strong{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    font-family: ziti2;
    margin-top: -1px;
    display: block;
    line-height: 34px;
}
.f-content{
    margin-top: 29px;
}
.foot1{
    width: 200px;
    float: left;
}
.foot1 ul li{
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 18px;
}
.foot1 ul li a{
    color: #747880;
    font-size: 16px;
}
.foot1 ul li:hover a{
    color: #fff;
}

.foot2{
    width: 440px;
    float: left;
    margin-left: 153px;
}
.foot2 p{
    color: #747880;
    font-size: 14px;
    line-height: 26px;
}
.foot2 p a{
    color: #747880;
}
.foot3{
    width: 271px;
    float: right;
}
.foot3 p{
    float: right;
    margin-right: 20px;
    text-align: center;
}
.foot3 p img{
    display: block;
}
.foot3 p:nth-child(2){
    margin-right: 0;
}
.foot3 p span{
    color: #747880;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}
.f-admin{
    margin-top: 40px;
    border-top: 1px solid #424242;
    line-height: 65px;
    color: #707070;
    font-size: 14px;
}
.f-admin a{
    color: #717171;
    font-size: 12px;
}
.admin-right{
    float: right;
}

.lianxi{
    width: 402px;
    float: left;
    margin-left: 100px;
    margin-top: 80px;
}
.lianxi p{
    color: #d8d8d8;
    font-size: 14px;
    line-height: 35px;
}
.lianxi p a{
    color: #bdbdbd;
}
.f-weixin{
    width: 129px;
    height: 134px;
    background: url("../images/erweimabg.png") no-repeat center;
    float: left;
    text-align: center;
}
.f-weixin img{
    width:100px;
    display: block;
    margin:10px auto 0 auto;
}
.f-weixin span{
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.f-telbox{
    float: right;
    padding-left: 65px;
    background: url("../images/telsec.png") no-repeat left top 10px;
}
.f-telbox .fir{
    font-size:14px;
    color: #ffffff;
    font-weight: lighter;
}
.f-telbox .sec{
    font-family: ziti2;
    font-size:30px;
    color:#3abd3a;
}
.f-telbox .thr{
    font-size:16px;
    color: #828282;
}
  /***/
/*左侧栏*/
.pro-sider {
  float: left;
  width: 257px;
  border: 5px solid #0e71bb;
}
.pro-sider .in-title {
  height: 97px;
  background:#0e71bb;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.pro-sider .in-title em {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666666;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  color: #0e71bb;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  text-align: center;
  padding: 30px 0;
}
.pro-sider .pro-sider-tel span {
  display: block;
  font-size: 24px;
  color: #0e71bb;
  padding-bottom: 30px;
}
.pro-sider .pro-sider-tel img{
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pro-sider .pro-sider-tel em {
  font-size: 16px;
  color: #333;
}
.pro-sider .pro-sider-tel em strong{
  font-size: 20px;
}


#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}



.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*内页产品分类*/
.inner-pro-type{
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.inner-pro-type ul li{
  width: 120px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 20px;
  float: left;
}
.inner-pro-type ul li a{
  color: #999;
  display: block;
  width: 100%;
}
.inner-pro-type ul li:hover{
  background: #ec5c2b;
}
.inner-pro-type ul li:hover a{
  color: #fff;
}
.inner-pro-type ul li .pro-active{
  background: #ec5c2b;
  color: #fff;
}

.news-inner-top .news-inner-top-list{
    float: left;
    width: 384px;
    margin-right: 24px;
    margin-bottom:10px;
}
.news-inner-top .news-inner-top-list:nth-child(3n){
    margin-right: 0;
}
.news-inner-top .news-inner-top-list .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.news-inner-top .news-inner-top-list .imgbox .pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner-top .news-inner-top-list .imgbox .bofang-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.news-inner-top .news-inner-top-list .imgbox .time{
    position: absolute;
    top:0;
    left:30px;
    width: 80px;
    padding: 10px 0;
    color: #fff;
    background:#e60039;
    text-align:center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-top .news-inner-top-list:hover .imgbox .time{
    top:5px;
    box-shadow: 0px 0px 5px #333;
}
.news-inner-top .news-inner-top-list .imgbox .time span{
    display: block;
}
.news-inner-top .news-inner-top-list .imgbox .time span:nth-child(1){
    font-size: 25px;
    font-weight: 700;
}
.news-inner-top .news-inner-top-list .imgbox .time span:nth-child(2){
    font-size: 14px;
}
.news-inner-top .news-inner-top-list .text{
    padding: 20px 15px;
    border:1px solid #eee;
    text-align:left;
}
.news-inner-top .news-inner-top-list .text .title{
    font-size: 18px;
    color:#333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align:left;
}
.news-inner-top .news-inner-top-list:hover .text .title{
    color:#0656a9;
}
.news-inner-top .news-inner-top-list .text .des{
    color: #999;
    font-size:14px;
    line-height: 21px;
    text-align:left;
    margin-top: 5px;
}



.mianbaoxie{
    font-size: 14px;
    color: #999;
    line-height: 45px;
    margin-bottom: 50px;
    background: #fafafa;
}
.mianbaoxie .warpper{
    padding-left: 20px;
    position: relative;
}
.mianbaoxie .warpper:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #0176ee;
}
.mianbaoxie a{
    font-size:14px;
    color:#9f9f9f;
}
.company-menu{
    margin-bottom: 60px;
}
.company-menu a{
    display: block;
    float: left;
    width: 237px;
    line-height: 70px;
    background: #f1f1f1;
    font-size:18px;
    text-align:center;
    color:#383838;
    margin-right: 10px;
}
.company-menu a:hover{
    background: #1358a2;
    color:#fff;
}
.company-menu a.clickable{
    background: #1358a2;
    color:#fff;
}
.company-inner{
    padding-bottom: 70px;
}


.pro-inner-right{
    width: 908px;
    float: right;
}

.honor-inner-top{
    margin:0;
    padding:0;
    border:none;
}
.honor-inner-top .news-inner-top-list .text{
    padding:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor-inner-top .news-inner-top-list .text .title{
    font-weight: 500;
}

.lxcon .lxcon-title{
    text-align:center;
}
.lxcon .lxcon-title .fir{
    font-size: 28px;
    color: #1b1b1b;
}
.lxcon .lxcon-title .sec{
    font-size: 14px;
    color: #888;
}
.lxcon .lxcon-form{
    margin-top: 20px;
    background: #f7f7f7;
    padding: 25px;
}
.lxcon .lxcon-form .inputbox input{
    float: left;
    width: 570px;
    line-height: 40px;
    border:1px solid #eee;
    padding:0 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxcon .lxcon-form .inputbox input:focus{
    border:1px solid #1b1b1b;
}
.lxcon .lxcon-form .inputbox input:nth-child(2n){
    margin-right: 0;
}
.lxcon .lxcon-form .inputbox input::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form textarea{
    border:1px solid #eee;
    width: 100%;
    height: 120px;
    padding:10px 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 4px;
}
.lxcon .lxcon-form textarea:focus{
    border:1px solid #1b1b1b;
}
.lxcon .lxcon-form textarea::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form .verify{
    float: left;
    width: 128px;
    height: 40px;
}
.lxcon .lxcon-form .verify img{
    width: 100%;
    height: 100%;
}
.lxcon .lxcon-form .submit{
    float: right;
    width: 438px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    background: #1b1b1b;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.lxcon .lxcon-form .submit:hover{
    border-radius: 0;
    background: #0176ee;
}
.nei-banner{
    width: 100%;
    height: 480px;
    background: url("../img/s-banner.jpg") no-repeat center;
}
.nei-banner .warpper{
    position: relative;
    height: 100%;
}
.all-inner-title{
    position: absolute;
    width: 100%;
    bottom:30px;
    left:0;
}
.all-inner-title .fir{
    font-size:24px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.all-inner-title .sec{
    padding-left: 20px;
    font-size:14px;
    color:#fff;
    background: url("../img/location-icon.png") no-repeat left center;
}
.all-inner-title .sec a{
    font-size:14px;
    color:#fff;
}

.de-case-list ul li{
    float: left;
    width: 292px;
    padding:10px 10px 0 10px;
    background: #eee;
    margin-right: 10px;
    cursor: pointer;
}
.de-case-list ul li:nth-child(n+5){
    margin-top: 10px;
}
.de-case-list ul li:nth-child(4n){
    margin-right: 0;
}
.de-case-list ul li .img{
    width: 100%;
    height: 203px;
    overflow: hidden;
}
.de-case-list ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.de-case-list ul li:hover .img img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.de-case-list ul li .de-case-list-title{
    line-height: 50px;
    text-align: center;
    color: #777;
    overflow: hidden;
    padding:0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cbl {
    width: 50px;
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 1px;
    transition: 0.4s ease-in-out;
    height: 50px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    background: #084b86;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    box-shadow: 0px 0px 5px #737373;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #0656a9 url("../img/cb-tel.png") no-repeat center;
}

.cbl li.kefu span{
    background: #0656a9 url("../img/cb-kefu.png") no-repeat center;
}
.cbl li.weixin span{
    background: #0656a9 url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.fd span{
    padding-top: 23px;
    background: #00a8ff url("../img/fd.png") no-repeat center top 10px;
}
.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
    font-weight: lighter;
    display: none;
}

.cbl li aside {
    position: absolute;
    right: 59px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #0656a9;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #084b86;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.develop{
    width: 70%;
    float: left;
}
.time-axis{
    position: relative;
}
.time-axis:before {
    content: '';
    position: absolute;
    left:157px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}
.time-axis-item {
    list-style: none;
    padding-left: 185px;
    position: relative;
    margin-bottom: 22px;
    font-size: 16px;
    color: #141414;
}
.time-axis-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    width: 135px;
    text-align: right;
}
.time-axis-date span {
    position: absolute;
    right: -29px;
    top: 15%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}
.time-axis-date span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.develop-img{
    float: right;
    width: 29%;
    height: 295px;
}
.develop-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*搜索弹出内容*/
.searchmeng{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1500;
    background: #fff;
    overflow-y: auto;
    display: none;
    visibility: hidden;
}
.searchmeng.active{
    display: block;
    visibility: visible;
}
.de-search-list ul li:nth-child(4n){
    margin-right: 0!important;
}
.de-search-list ul li{
    margin-right: 8px!important;
}
.de-search-list ul li:nth-child(3n){
    margin-right: 8px!important;
}
.de-search-list ul li:nth-child(4){
    margin-top: 0!important;
}
.search-page {
    text-align: center;
    margin-top: 30px;
}

.search-page dt {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 0 5px;
    cursor: pointer;
}
.search-page dt.xz {
    background: #199a45;
    color: #fff;
}

.search-page dt.xz:hover {
    background: #199a45;
    color: #fff;
}

.search-page dt:hover {
    border-color: #199a45;

}
.sousuo-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.sousuo-title span{
    font-weight: 700;
}
.inner-title{
    font-size:24px;
    color:#1b1b1b;
    font-weight: 700;
    text-align:center;
    margin-bottom: 35px;
}

.pro-inner-box .in-product-right .in-product-list .imgbox{
    border: 1px solid #eee;
}
.pro-inner-box .in-product-right .in-product-list:nth-child(-n+15){
    margin-bottom: 22px;
}


.case-inner-item ul li{
    float: left;
    width: 382px;
    margin-right: 27px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case-inner-item ul li:nth-child(-n+3){
    margin-bottom: 27px;
}
.case-inner-item ul li:nth-child(3n){
    margin-right: 0;
}
.case-inner-item ul li .img{
    width: 100%;
    height: 284px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.case-inner-item ul li .img .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case-inner-item ul li:hover .img .pic{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.case-inner-item ul li .img .meng{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/a22.png) no-repeat center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: 0.6s all ease;
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -o-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
    opacity: 0;
}
.case-inner-item ul li .img .meng a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-inner-item ul li:hover .img .meng{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.case-inner-item ul li .case-inner-title{
    width: 100%;
    background: #fff;
    padding:0 20px;
    line-height: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size:18px;
    color:#222;
    text-align:center;
    font-weight: 700;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
.case-inner-item ul li:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}

.company-one{
    padding:70px 0;
    background: #f9f9f9 url("../img/company-inner-bg.jpg") no-repeat center top 103px;
}
.company-one .company-one-des{
    font-size:16px;
    color:#8e8e8e;
    line-height: 36px;
    margin-bottom: 60px;
    text-align: justify;
}

.company-one-list{
    float: left;
    width: 390px;
    height: 140px;
    margin-right: 15px;
}
.company-one-list:last-child{
    margin-right: 0;
}
.company-one-list .text{
    float: left;
    width: 148px;
    height: 100%;
    background: #0656a9;
    color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 30px;
    padding-top: 40px;
}
.company-one-list:hover .text{
    background: #ff8322;
}
.company-one-list .text .fir{
    font-size:24px;
}
.company-one-list .text .sec{
    font-size:12px;
    text-transform: uppercase;
}
.company-one-list .imgbox{
    float: left;
    width: 242px;
    height: 100%;
    overflow: hidden;
}
.company-one-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.company-one-list:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.company-two{
    padding-top: 70px;
    background: #fff;
}
.inner-hot-pro-list{
    float: left;
    width: 385px;
    margin-right: 22px;
}
.inner-hot-pro-list:nth-child(3n){
    margin-right: 0;
}
.inner-hot-pro-list:nth-child(-n+3){
    margin-bottom: 22px;
}
.inner-hot-pro-list .imgbox{
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.inner-hot-pro-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-hot-pro-list:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.inner-hot-pro-list .inner-hot-pro-title{
    width: 100%;
    line-height: 55px;
    text-align:center;
    font-size:16px;
    color:#6a6a6a;
    padding:0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border:1px solid #e5e5e5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-hot-pro-list:hover .inner-hot-pro-title{
    color:#0656a9;
}
.company-two .all-a-more{
    margin:45px auto 0 auto;
    color: #fff;
    width: 233px;
    padding-left: 45px;
    background: #0656a9 url(../img/all-a-more-bg1.png) no-repeat right 45px center;
    border:2px solid #0656a9;
}
.company-two .all-a-more:hover{
    border:2px solid #ff8400;
    background: #ff8400 url(../img/all-a-more-bg1.png) no-repeat right 45px center;
}

.pro-inner-box .it1 li a{
    padding-left: 50px;
    color:#333;
    background: url(../images/sider-list-bg1.png) no-repeat left bottom;
}
.pro-inner-box .it1 li:hover>a{
    color:#078bef;
}
.pro-inner-box .it1 li.active>a{
    color:#078bef;
    font-weight: 700;
}
.pro-inner-box .it1 li a:after{
    border-left: 6px solid #999;
}
.pro-inner-box .it1 li:hover a:after{
    border-left: 6px solid #078bef;
}
.pro-inner-box .it1 li.active a:after{
    border-left: 6px solid #078bef;
}
.it1 li .li-erji{
    display: none;
}
.it1 li .li-erji a{
    display: block;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    padding-left: 50px;
    height: auto;
    background: none;
    padding-top: 0;
}
.pro-inner-box .it1 li .li-erji a{
    color: #333;
}
.it1 li .li-erji a:after{
    display: none;
}
.it1 li .li-erji a:hover{
    color:#078bef;
}
.it1 li .li-erji a.active2{
    color:#078bef;
    font-weight: 700;
}
.pro-inner-box .in-news-right-list .con{
    width: 874px;
}
.pro-inner-box .in-news-right-list:nth-child(-n+7){
    margin-bottom: 35px;
}
.pro-inner{
    background: #f9f9f9;
    padding:70px 0;
}

.sidebar{
    margin-bottom: 50px;
    padding:35px 33px 0 33px;
    background: url("../img/sidebarbg.jpg") no-repeat center / cover;
}
.sidebar .abox{
    float: left;
    width: 270px;
    margin-right: 18px;
    margin-bottom: 18px;
}
.sidebar .abox:nth-child(4n){
    margin-right: 0;
}
.sidebar .abox:last-child{
    margin-bottom: 35px;
}
.sidebar .abox a{
    display: block;
    line-height: 50px;
    background: #1f64ab;
    text-align:center;
    font-size:16px;
    color:#fff;
    border:1px solid #4482c2;
    padding:0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar .abox a:hover{
    background: #fff;
    color:#494949;
}
.sidebar .abox a.active{
    background: #fff;
    color:#494949;
}
.pro-inner .inner-hot-pro-list:nth-child(-n+9){
    margin-bottom: 22px;
}


.info-pro{
    padding-bottom: 50px;
}
.info-left{
    width: 100%;
    height: 465px;
    position: relative;
}
.gallery-top2 {
    height: 465px;
    width: 585px;
    float: left;
    border: 1px solid #e5e5e5;
}
.info-pic{
    width: 100%;
    height:100%;
    overflow: hidden;
    background: #fff;
}
.info-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-pic1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;

}
.info-pic1 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-suotu{
    height: 85px;
    position: absolute;
    right: 0;
    bottom: -23px;
    box-sizing: border-box;
    width:506px;
}
.gallery-thumbs2 {
    position: relative;
    height: 85px;
    margin-top: -22px;
    width: 458px;
    margin-left: 0;
}
.gallery-thumbs2 .swiper-slide {
    width: 105px!important;
    height: 97%;
    opacity: 1;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #0656a9;
}
.cp-left{
    width: 40px!important;
    height: 85px!important;
    background: url("../img/cp-left.png") no-repeat center center;
    top: 0!important;
    left: -50px!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cp-left:hover{
    background: url("../img/cp-left-ho.png") no-repeat center center;
}
.cp-left:after{
    display: none;
}
.cp-right{
    width:40px!important;
    height: 85px!important;
    background: url("../img/cp-right.png") no-repeat center center;
    top: 0!important;
    right: 0px!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cp-right:hover{
    background: url("../img/cp-right-ho.png") no-repeat center center;
}
.cp-right:after{
    display: none;
}
.info-right{
    width: 557px;
    position: absolute;
    top: 0;
    right: 0;
}
.info-right h3{
    color: #454545;
    font-size: 24px;
    height: 50px;
    background: url("../img/line.png") no-repeat center bottom;
}

.info-right small{
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-top: 22px;
}
.info-right a{
    display: block;
    float: left;
    background: #0656a9 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    color: #fff;
    margin-top: 60px;
    border:2px solid #0656a9;
}
.info-right a:hover{
    background: #ff8322 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    border:2px solid #ff8322;
}
.inpro-tel{
    margin-top:60px;
    float: left;
    margin-left: 33px;
    width: 285px;
}
.inpro-tel a{
    display: block;
    float: left;
}
.inpro-tel img{
    display: block;
    float: left;
    margin-right: 10px;
}
.inpro-tel p{
    color: #b5b5b5;
    font-size: 14px;
}
.inpro-tel strong{
    color:#0656a9;
    font-size: 32px;
    font-family: ziti2;
    font-weight: normal;
    line-height: 30px;
}
.cp-title{
    width: 100%;
    border-left: 3px solid #f19015;
    margin-bottom: 27px;
    background: #e5e5e5;
    height: 50px;
}
.cp-title h3{
    width: 150px;
    height: 50px;
    background: #138b89;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.pro-inner-title-box{
    line-height: 70px;
    background:#0656a9;
}
.pro-inner-title-box a{
    display: block;
    float: left;
    padding:0 55px;
    font-size:18px;
    color:#fff;
}
.pro-inner-title-box a.xz{
    background: #ff8322;
}
.pro-inner-des{
    background: #fff;
    padding:40px 35px 50px 35px;
    font-size:14px;
    color:#707070;
    line-height: 28px;
}
.pro-inner-des img{
    max-width: 100%;
}
.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.parm table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}
.bdbox {
    width: 100%;
    margin-top: 58px;
}
.bdbox form{
    padding: 30px 30px 38px 30px;
    background: #fff;
}
.bdbox .formleft{
    float: left;
    width: 49%;
}
.bdbox .formright{
    float: right;
    width: 49%;
}

.bdbox .input-list {
    width: 100%;
    margin-bottom: 3%;
    position: relative;
}

.bdbox .input-list i {
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
}

.bdbox .input-list i img {
    max-width: 100%;
}

.bdbox .input-list:nth-of-type(2n) {
    margin-right: 0;
}

.bdbox .input-list .lable {
    float: left;
    width: 25%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #a6a6a6;
    border: 1px solid #e5e5e5;
}

.bdbox .input-list input {
    float: left;
    width: 75%;
    line-height: 55px;
    border: 1px solid #e5e5e5;
    border-left: none;
    font-size: 16px;
    color: #484848;
    outline: none;
    background: #fff;
    text-indent: 20px;
}
.bdbox .input-list .inputtitle {
    float: left;
    width: 75%;
    line-height: 55px;
    border: 1px solid #e5e5e5;
    border-left: none;
    font-size: 16px;
    color: #484848;
    outline: none;
    background: #fff;
    text-indent: 20px;
}

.bdbox .input-list input::placeholder {
    font-size: 16px;
    color: #d4d4d4;
}
.bdbox .input-list textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #e5e5e5;
    resize: none;
    padding:15px 25px;
    outline: none;
    font-size:16px;
    color:#484848;
}
.bdbox .input-list textarea:placeholder{
    font-size:16px;
    color:#a6a6a6;

}

.bdbox .all-a-more {
    text-align:left;
    margin:30px auto 0 auto;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}
.pro-inner .in-product{
    background: none;
    padding-bottom: 10px;
}
.news-inner-list{
    float: left;
    width: 382px;
    margin-right: 27px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-inner-list:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.news-inner-list:nth-child(3n){
    margin-right: 0;
}
.news-inner-list:nth-child(-n+3){
    margin-bottom: 27px;
}
.news-inner-list .imgbox{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.news-inner-list .imgbox img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner-list:hover .imgbox img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-inner-list .imgbox .meng{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/a22.png) no-repeat center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: 0.6s all ease;
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -o-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
    opacity: 0;
}
.news-inner-list .imgbox .meng a{
     display: block;
    width: 100%;
    height: 100%;
 }

.news-inner-list:hover .imgbox .meng{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.news-inner-list .text{
    width: 100%;
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.news-inner-list .text .fir{
    font-size:18px;
    color:#222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-inner-list .text .sec{
    font-size:16px;
    color:#333;
    line-height: 25px;
    margin-top: 10px;
}
.news-inner-list .text .thr{
    font-size:16px;
    color:#333;
    margin-top: 16px;
    background: url("../img/inner-news-icon.png") no-repeat left 75px center;
}

.contact {
    position: relative;
    margin-bottom: 59px;
}
.contact .title2 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}
.contact .title2 h2 {
    font-size: 26px;
    float: left;
    padding-top: 14px;
}
.contact .title2 .title2-right{
    float: right;
    text-align: right;
}
.contact .title2 .title2-right .fir{
    font-size:16px;
    color:#666;
    font-weight: 500;
}
.contact .title2 .title2-right .sec{
    font-size: 26px;
    color: #0656a9;
    font-weight: 700;
    font-family: ziti2;
}
.contact .list {
    padding: 30px 0;
    min-height: 200px;
    position: relative;
}
.contact .list li {
    position: relative;
    min-height: 45px;
    padding-left: 45px;
}
.contact .list li img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top:6px;
    bottom: auto;
}
.contact .list li p {
    font-size:14px;
    color: #666;
    line-height:45px;
}
.contact .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 20px;
    bottom: auto;
}
.contact .ewm dd {
    padding-bottom: 15px;
}
.contact .ewm dd div {
    width: 125px;
    border: #eee solid 1px;
    float: left;
    margin-right: 25px;
}
.contact .ewm dd div img{
    width: 100%;
}
.contact .ewm dd p {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    float: right;
    padding-top: 37px;
}
#sub{
    padding: 75px 0;
    background: url("../img/b10.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.lh-message {

}

.lh-message .container {
    background: #fff;
    border-top: 10px solid #0656a9;
    padding: 66px 80px;
}

.lh-message-l h2 {
    font-size: 16px;
    color: #000;
}

.lh-message-l h3 {
    font-size: 30px;
    font-weight: bold;
    color: #272727;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    margin: 5px 0 70px;
}

.lh-message-l h3:after {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #F9A010;
    position: absolute;
    left: 0;
    bottom: -36px;
}

.lh-message-l h4,.lh-message-l h5 {
    color: #878787;
    line-height: 24px;
}

.lh-message-l pre {
    color: #878787;
    line-height: 24px;
}

.lh-message-l h5 {
    margin-top: 28px;
}

.lh-message-l h6 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    font-family: ziti2;
}

.lh-message-r {
    width: 606px;
}
.lh-message-input li{
    position: relative;
    margin-bottom: 10px;
}
.lh-message-input li h2 {
    color: #272727;
    margin: 0 0 3px 0;
}

.lh-message-input li input {
    border: none;
    background: #f5f5f5;
    line-height: 55px;
    font-size: 14px;
    color:#666;
    width: 100%;
    transition: ease .65s;
    padding-left: 20px;
    outline: none;
}
.lh-message-input li input::placeholder{
    font-size: 14px;
    color:#b7b7b7;
}

.lh-message-input li textarea {
    width: 100%;
    height: 127px;
    background: #f5f5f5;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    color:#666;
    transition: ease .65s;
}
.lh-message-input li textarea::placeholder{
    font-size: 14px;
    color:#b7b7b7;
}
.lh-message-input li input:focus {
    border-color: #272727;
}

.lh-message-input li textarea:focus {
    background: #F2F2F2;
}


.lh-message-r button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0656a9;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.lh-message-r button:hover {
    background: #ff8322;
}
.lh-message-input li .verify{
    position: absolute;
    width: 100px;
    height: 39px;
    right: 5px;
    bottom: 8px;
    border: 1px solid #EAEAEA;
    padding: 5px;
}
.lh-message-input li .verify img{
    width: 100%;
    height: 100%;
}
.inner-img-box{
    width: 800px;
    height: 600px;
    margin:0 auto;
}
.inner-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-inner-left{
    float: left;
    width: 815px;
    border-right: 1px solid #e2e2e2;
}
.liulanbox{
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}
.liulanbox .h3{
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.liulanbox .b{
    color: #666;
    font-size:14px;
}
.news-inner-left-con{
    padding:32px 32px 0 0;
    font-size: 14px;
    color: #707070;
    line-height: 28px;
}
.news-inner-left-con img{
    max-width: 100%;
}
.case-inner-right{
    float: right;
    width: 352px;
}
.fangan {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0757a9 url(../img/fangan.png)no-repeat 20px center;
    position: relative;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 23px;
}

.fangan i {
    display: block;
    width: 20px;
    height: 50px;
    margin-right: 5px;
    background: url(../img/i34.png)no-repeat right center;
    position: absolute;
    right: 20px;
    top: 0;
}
.fangan .fs20{
    font-size:20px;
    font-weight: 700;
}
.fangan .fs14{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    display: inline-block;
}
.other-case-list{
    float: left;
    width: 166px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.other-case-list:nth-child(2n){
    margin-right: 0;
}
.other-case-list .imgbox{
    width: 100%;
    height: 123px;
    overflow: hidden;
}
.other-case-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;;
    -ms-transition: all 0.35s;;
    -o-transition: all 0.35s;;
    transition: all 0.35s;;
}
.other-case-list:hover .imgbox img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.other-case-list .other-case-title{
    width: 100%;
    padding:0 10px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lxwm {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #0757a9;
    margin-bottom: 19px;
    margin-top: 27px;
}
.lxwm .fs20{
    font-size:20px;
    font-weight: 700;
}
.lxwm .fs14{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    display: inline-block;
}
.lxwm2 .fir{
    width: 127px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    background: #0755a4;
    color: #fff;
}
.lxwm2 .sec{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.lxwm2 .sec span{
    width: 65px;
    text-align-last: justify;
    display: inline-block;
}
.lxwm2 .thr{
    font-size:30px;
    font-family: ziti2;
    color:#0757a9;
    padding-left:30px;
    background: url("../img/i25.png") no-repeat left center;
    margin-bottom: 13px;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.bannersec{
    display: none;
}
.bannersec .banner{
    height: auto;
}